html {
	height: 100%;
	min-height: 100%;
}
@media (min-width:768px) {
html body {
	position: relative !important;
	height: auto !important;
	min-height: 100%;
	padding-bottom: 350px;
}
}
.sci-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 350px;
	min-height: 120px;
	background: #2E3130;
	padding-top: 30px;
}

.sci-footer-cont {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sci-footer-top {
	padding: 40px 0;
	border-bottom: 1px solid #D8D8D8;
}

.sci-footer-left {
	
}

.sci-footer-left h1 {
	line-height: 50px;
	margin: 0;
	font-size: 36px;
	color: #FFF !important;
	font-weight: bold;
	text-align: left;
	opacity: 1;
}

.sci-footer-left>p {
	line-height: 20px;
	margin-top: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, .75);
}

.sci-footer-left>ul {
	margin-top: 24px;
}

.sci-footer-left>ul li {
	position: relative;
	float: left;
	height: 20px;
	line-height: 20px;
	margin-right: 16px;
	padding-right: 16px;
}

.sci-footer-left>ul li:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	display: block;
	width: 1px;
	height: 14px;
	background-color: rgba(255, 255, 255, .75);
	margin: auto;
}

.sci-footer-left>ul li:last-child::after {
	opacity: 0;
}

.sci-footer-left>ul li a {
	font-size: 14px;
	color: rgba(255, 255, 255, .75)
}

.sci-footer-left>ul li a:hover {
	color: rgb(86, 190, 178, .75);
}

.sci-footer-right {
	
}

.footer-qrcode {
	text-align: center;
}

.footer-qrcode:first-child {
	
}

.footer-qrcode:last-child {
	
}

.footer-qrcode>p {
	line-height: 20px;
	margin: 7px 0 4px;
	font-size: 14px;
	color: rgba(255, 255, 255, .85);
	text-align: center;
}

.footer-qrcode>span {
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	color: rgba(255, 255, 255, .75);
	text-align: left;
	word-break: break-all;
}

.footer-qrcode>img {
	width: 112px;
	height: 112px;
}

.sci-footer-bottom {
	min-height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: rgba(255, 255, 255, .75);
	text-align: center;
}

.sci-footer-bottom>span {
	top: 13px;
	margin-right: 10px;
}